home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 5 / MacMania 5.toast / / Tools&Utilities / Plotfoil 3.2 / naca-1.0 / mkdirect < prev    next >
Text File  |  1995-09-13  |  257b  |  9 lines

  1. #
  2. #  mkdirect -- puts the pwd into the directory include file
  3. #
  4. rm -f directory.h
  5. echo "      CHARACTER*(*) direct" >> directory.h
  6. echo "      PARAMETER (direct =" >> directory.h
  7. echo "     &'`pwd`/data/'" >> directory.h
  8. echo "     &)"       >> directory.h
  9.